home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / mac / Builders / media / netacess / hminet.dir / 00023_Script_23 < prev    next >
Text File  |  1997-04-04  |  287b  |  15 lines

  1. on exitFrame
  2.   global WebBrowser
  3.   
  4.   if the machineType = 256 then
  5.     if WebBrowser(mIsBrowserRunning) <> 0 then
  6.       go frame the frame
  7.     end if
  8.   else 
  9.     set AOLStat = Browser("AOLOnline")
  10.     if AOLStat = 0 then
  11.       go frame the frame
  12.     end if
  13.   end if  
  14. end
  15.